Skip to content

Conversation

@tdruez
Copy link
Contributor

@tdruez tdruez commented Aug 25, 2025

This PR adds support for importing SBOMs generated with OWASP dep-scan.

Changes:

  • Add a unit test to ensure the OWASP dep-scan SBOM support
  • Add a GitHub workflow that runs every week to ensure the OWASP dep-scan SBOM support (see below for details)

Workflow

Available at .github/workflows/sca-integration-depscan.yml

Documentation:

# This workflow:
#  1. Generates a CycloneDX SBOM for a container image using OWASP dep-scan.
#  2. Uploads the SBOM as a GitHub artifact for future inspection.
#  3. Loads the SBOM into ScanCode.io for further analysis.
#  4. Runs assertions to verify that the SBOM was properly processed in ScanCode.io.
#
# It runs on demand, and once a week (scheduled).

tdruez added 17 commits August 25, 2025 12:36
Signed-off-by: tdruez <[email protected]>
@tdruez tdruez merged commit 08e4e75 into main Aug 25, 2025
14 checks passed
@tdruez tdruez deleted the 1733-sca-integration-depscan branch August 25, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants